projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a5994a
)
configure: Actually disable soup-gnome if not found
author
Colin Walters
<walters@verbum.org>
Sun, 27 Nov 2011 23:08:18 +0000
(18:08 -0500)
committer
Colin Walters
<walters@verbum.org>
Sun, 27 Nov 2011 23:08:18 +0000
(18:08 -0500)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index a72004b13acabc23af049ff0204826091417515e..a98bd5f18262222538e553fcb075c1ea71da2e21 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-39,6
+39,7
@@
if test x$with_soup_gnome != xno; then
AC_DEFINE([HAVE_LIBSOUP_GNOME], [1], [Define if we have libsoup-gnome])
else
PKG_CHECK_MODULES(OT_COREBIN_DEP, [$GIO_DEPENDENCY])
+ with_soup_gnome=no
fi
else
PKG_CHECK_MODULES(OT_COREBIN_DEP, [$GIO_DEPENDENCY])